-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: change workflow after clicking 'Apply changes' button #82
Conversation
e464a5b
to
5371a7a
Compare
5371a7a
to
4a2550c
Compare
# CHANGES_INTERVAL_SECONDS. Update the mongo record with job state accordingly. | ||
job_delay = CHANGES_INTERVAL_SECONDS | ||
schedule_new_job = True | ||
job, batch_v1 = get_job_config() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what is batch_v1?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
explained in the new comment in code
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Comment is ok, but maybe we can move it instead of a comment to documentation of method under the get_job_config()?
4a2550c
to
2c25f00
Compare
feat: update changelog feat: update backend tests feat: update typos feat: update CHANGELOG feat: update method documentation
2c25f00
to
3488566
Compare
# [1.1.0-beta.1](v1.0.3-beta.1...v1.1.0-beta.1) (2024-05-23) ### Features * change workflow after clicking 'Apply changes' button ([#82](#82)) ([99f85d0](99f85d0))
🎉 This PR is included in version 1.1.0-beta.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
* fix: update semantic release (#71) * fix: update semantic release (#72) * chore(release): 1.0.2-beta.1 ## [1.0.2-beta.1](v1.0.1...v1.0.2-beta.1) (2024-04-04) ### Bug Fixes * change version ([5f6e625](5f6e625)) * update actions in workflows ([#70](#70)) ([b5b9c0c](b5b9c0c)) * update dependencies and node ([#68](#68)) ([f35c614](f35c614)) * update node to 20.12.0 ([#69](#69)) ([d4b550d](d4b550d)) * update semantic release ([#71](#71)) ([38fcf6d](38fcf6d)) * update semantic release ([#72](#72)) ([316f060](316f060)) * chore(release): 1.0.2-beta.2 ## [1.0.2-beta.2](v1.0.2-beta.1...v1.0.2-beta.2) (2024-04-04) ### Bug Fixes * test beta release ([#73](#73)) ([b63fe66](b63fe66)) * fix: add error handling (#77) * fix: add error handling * chore: update node to 20.12 * chore(release): 1.0.2-beta.3 ## [1.0.2-beta.3](v1.0.2-beta.2...v1.0.2-beta.3) (2024-04-10) ### Bug Fixes * add error handling ([#77](#77)) ([fa096c7](fa096c7)) * chore: bump pymongo to v4.6.3 (#78) * fix: docker release tag (#79) * fix: docker release tag (#80) * chore(release): 1.0.2-beta.4 ## [1.0.2-beta.4](v1.0.2-beta.3...v1.0.2-beta.4) (2024-04-18) ### Bug Fixes * docker release tag ([#79](#79)) ([3310fef](3310fef)) * docker release tag ([#80](#80)) ([bcf4ecf](bcf4ecf)) * chore(release): 1.0.3-beta.1 ## [1.0.3-beta.1](v1.0.2...v1.0.3-beta.1) (2024-05-23) ### Bug Fixes * add error handling ([#77](#77)) ([1f6f60b](1f6f60b)) * docker release tag ([#79](#79)) ([2d3611f](2d3611f)) * docker release tag ([#80](#80)) ([fce9a78](fce9a78)) * update semantic release ([#71](#71)) ([d0eefe3](d0eefe3)) * update semantic release ([#72](#72)) ([88aa126](88aa126)) * build(deps): bump flask-cors from 3.0.10 to 4.0.1 in /backend (#86) Bumps [flask-cors](https://github.com/corydolphin/flask-cors) from 3.0.10 to 4.0.1. - [Release notes](https://github.com/corydolphin/flask-cors/releases) - [Changelog](https://github.com/corydolphin/flask-cors/blob/main/CHANGELOG.md) - [Commits](corydolphin/flask-cors@3.0.10...4.0.1) --- updated-dependencies: - dependency-name: flask-cors dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps): bump ejs from 3.1.9 to 3.1.10 in /frontend (#85) Bumps [ejs](https://github.com/mde/ejs) from 3.1.9 to 3.1.10. - [Release notes](https://github.com/mde/ejs/releases) - [Commits](mde/ejs@v3.1.9...v3.1.10) --- updated-dependencies: - dependency-name: ejs dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps): bump jinja2 from 3.1.3 to 3.1.4 in /backend (#84) Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.3 to 3.1.4. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](pallets/jinja@3.1.3...3.1.4) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps): bump werkzeug from 2.3.8 to 3.0.3 in /backend (#83) Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.3.8 to 3.0.3. - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](pallets/werkzeug@2.3.8...3.0.3) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps): bump pymongo from 4.1.1 to 4.6.3 in /backend (#81) Bumps [pymongo](https://github.com/mongodb/pymongo) from 4.1.1 to 4.6.3. - [Commits](https://github.com/mongodb/pymongo/commits) --- updated-dependencies: - dependency-name: pymongo dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * feat: change workflow after clicking 'Apply changes' button (#82) * chore(release): 1.1.0-beta.1 # [1.1.0-beta.1](v1.0.3-beta.1...v1.1.0-beta.1) (2024-05-23) ### Features * change workflow after clicking 'Apply changes' button ([#82](#82)) ([99f85d0](99f85d0)) * chore: update CHANGELOG (#88) --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: semantic-release-bot <semantic-release-bot@martynus.net> Co-authored-by: ajasnosz <139114006+ajasnosz@users.noreply.github.com> Co-authored-by: srv-rr-github-token <94607705+srv-rr-github-token@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
No description provided.